AZ-204 Quiz

← Back to Topics

Key Vault (1 / 13):

Write the Azure CLI commands to perform the following tasks:

  1. Create a Key Vault in Azure.
  2. Add a certificate to the newly created Key Vault using the default policy.
kvName="<your-unique-keyvault-name>"
rgName="myResourceGroup"
locationName="EastUS"
certName="ExampleCertificate"

# Code here


Exam revision: April 11, 2025